home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0595.lzh / AMOSLIST / 000093_amos-request@svcs1.digex.net_Mon May 22 12:19:34 1995.msg < prev    next >
Internet Message Format  |  1995-06-01  |  2KB

  1. Received: from svcs1.digex.net by mail1.access.digex.net with SMTP id AA07909
  2.   (5.67b8/IDA-1.5); Mon, 22 May 1995 12:19:32 -0400
  3. Received: by svcs1.digex.net id AA26320
  4.   (5.67b8/IDA-1.5 for amos-out); Fri, 19 May 1995 10:10:39 -0400
  5. Received: from mail1.access.digex.net by svcs1.digex.net with SMTP id AA26315
  6.   (5.67b8/IDA-1.5 for <amos-list@svcs1.digex.net>); Fri, 19 May 1995 10:10:37 -0400
  7. Received: from crash.cts.com by mail1.access.digex.net with SMTP id AA20415
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Fri, 19 May 1995 10:09:31 -0400
  9. Received: by crash.cts.com (Smail3.1.28.1 #23)
  10.     id m0sCSkz-0001VGC; Fri, 19 May 95 07:10 PDT
  11. Date: Fri, 19 May 1995 07:10:25 -0700 (PDT)
  12. From: Greg Cox <gcox@cts.com>
  13. To: S93044370@ACS.SAULTC.ON.CA
  14. Cc: amos-list@access.digex.net
  15. Subject: Re: Reading Directories
  16. In-Reply-To: <01HQNZTKS5HU0008CC@ACS.SAULTC.ON.CA>
  17. Message-Id: <Pine.SCO.3.91.950519070828.1093A-100000@crash.cts.com>
  18. Mime-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. Status: RO
  21. X-Status: 
  22.  
  23. On Thu, 18 May 1995 S93044370@ACS.SAULTC.ON.CA wrote:
  24.  
  25. > Hi everyone, the other day somebody sent to the list a routine that reads
  26. > in a directory from a disk, what I would like to know, is can this routine
  27. > be modified to get the size of the files in the directory as well? If somebody
  28. > could help me with this I would appreciate it.
  29. > Cori Skagen
  30. > (s93044370@acs.saultc.on.ca)
  31.  
  32. If you wanna find the size of a file just try:
  33.  
  34. open in 1,"filename"
  35. L=Lof(1)
  36. close 1
  37.  
  38. Greg
  39.